low level format - ترجمة إلى ألماني
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

low level format - ترجمة إلى ألماني

PROCESS OF PREPARING A DATA STORAGE DEVICE FOR INITIAL USE
Disk format; Logical formatting; Physical formatting; Low-level formatting; Reformat; Low-level format; Nuke and pave; Nuke and Pave; High-level format; Disk reinitialization; Low level format; Lowlevel format; Format program; Format disk; Fresh install; Quick Format; Zero a drive
  • IBM PC XT]] hard drive

low level format         
Grundformat, die physische Position der Sektoren und der Spuren auf einer Diskette
quick format         
Schnellformattierung, eine Prozedur bei der die Daten auf der Festplatte gelöscht werden die Festplatte aber nicht wirklich formatiert wird
low-level language         
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.
PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
Sprache auf niedrigem Niveau

تعريف

low-level language
<language> Any programming language which either is assembly language, or which is meant to be closely related to, and easily translated into, machine language. Low-level languages lack the amenities of high-level languages but it may be possible to write more efficient code in them. (2000-08-10)

ويكيبيديا

Disk formatting

Disk formatting is the process of preparing a data storage device such as a hard disk drive, solid-state drive, floppy disk, memory card or USB flash drive for initial use. In some cases, the formatting operation may also create one or more new file systems. The first part of the formatting process that performs basic medium preparation is often referred to as "low-level formatting". Partitioning is the common term for the second part of the process, dividing the device into several sub-devices and, in some cases, writing information to the device allowing an operating system to be booted from it. The third part of the process, usually termed "high-level formatting" most often refers to the process of generating a new file system. In some operating systems all or parts of these three processes can be combined or repeated at different levels and the term "format" is understood to mean an operation in which a new disk medium is fully prepared to store files. Some formatting utilities allow distinguishing between a quick format, which does not erase all existing data and a long option that does erase all existing data.

As a general rule, formatting a disk by default leaves most if not all existing data on the disk medium; some or most of which might be recoverable with privileged or special tools. Special tools can remove user data by a single overwrite of all files and free space.